Skip to content

mizech/openhpi-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenHPI Online-Kurs Programmieren mit Ruby

Hausaufgaben und Lehrmaterialien

certificate

Notizen

Syntax-Highlighting for Vim on MacOS

  1. Create a .vimrc file within your home-directory.
  2. Add following lines to the .vimrc file: filetype plugin indent on syntax on
  3. Turn syntax-highlighting on / off: :syntax on :syntax off

Make a file executable

  1. #!/usr/bin/env ruby
  2. chmod u+x main.rb

About

Lehrmaterialien und Uebungen vom OpenHPI-Kurs "Programmieren mit Ruby"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages