mirror of
https://github.com/lrenaud/sheclang.git
synced 2025-06-16 04:10:15 -07:00
Forgive me Greg for I have sinned.
This commit is contained in:
commit
459f0b41f7
5 changed files with 131 additions and 0 deletions
9
hello-world.cpp
Executable file
9
hello-world.cpp
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sheclang
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
printf("Hello World!\n");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue