Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions hello.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#!/usr/bin/env python3

import os

def helloworld():
os.system("./hello_world")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm it didn't get compiled yet

pass

def add_numbers(x, y):
pass

if __name__ == '__main__':
# do something!
helloworld()
pass
12 changes: 12 additions & 0 deletions hello_world.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#define TOEHITHPRIH {
#define ETOEHITHPRIH }
#define THIS_MAY_OR_MAY_NOT_BE_A_THIS_IS_MY_FAVORITE_THING_BROTHER (
#define THIS_IS_MY_FAVORITE_THING_BROTHER )
#define WOW int
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow indeed

#define BAM char**
#define MAN_WOW_OH ,
#define OOF printf
#define A_THING_THAT_DOES_THINGS ;
#define OTEHITHORCI return
#include <stdio.h>
WOW main THIS_MAY_OR_MAY_NOT_BE_A_THIS_IS_MY_FAVORITE_THING_BROTHER WOW argc MAN_WOW_OH BAM argv THIS_IS_MY_FAVORITE_THING_BROTHER TOEHITHPRIH OOF THIS_MAY_OR_MAY_NOT_BE_A_THIS_IS_MY_FAVORITE_THING_BROTHER " HELLO WORLD! " THIS_IS_MY_FAVORITE_THING_BROTHER A_THING_THAT_DOES_THINGS OTEHITHORCI 0 A_THING_THAT_DOES_THINGS ETOEHITHPRIH
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hello_world: hello_world.c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes thank you

gcc -o $@ $<