remove old files, simplify outline
This commit is contained in:
parent
4419798c18
commit
0bdb94a2d4
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
gcc -std=c99 -Wall -lm hello-world.c -o hello-world
|
|
Binary file not shown.
|
@ -1,7 +0,0 @@
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
int main(void){
|
|
||||||
printf("Hello world!\n");
|
|
||||||
return EXIT_SUCCESS;
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
print("Hello world")
|
|
|
@ -1 +0,0 @@
|
||||||
console.log("Hello world")
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
echo "Hello world"
|
|
|
@ -1,2 +0,0 @@
|
||||||
build: hello_world.nim
|
|
||||||
nim c hello_world.nim
|
|
|
@ -1 +0,0 @@
|
||||||
print("Hello world!")
|
|
Loading…
Reference in New Issue
Block a user