Skip to main content
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

C, 31 bytes

main(){system("cat "__FILE__);} 

The bash solutionThe bash solution is so short, so why not base a C solution on it?

C, 31 bytes

main(){system("cat "__FILE__);} 

The bash solution is so short, so why not base a C solution on it?

C, 31 bytes

main(){system("cat "__FILE__);} 

The bash solution is so short, so why not base a C solution on it?

Source Link
ugoren
  • 17.6k
  • 5
  • 54
  • 75

C, 31 bytes

main(){system("cat "__FILE__);} 

The bash solution is so short, so why not base a C solution on it?