summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-18 16:29:48 -0500
committerpommicket <pommicket@gmail.com>2022-01-18 16:29:48 -0500
commitc4b15b98bbba3a95014c877ed6bc86906c88f368 (patch)
treef25e80e66508180846bb6a462925dcab18ea5e5c /05/main.c
parent857d5552fc04bbaf8437df2edc957c6d9d7c582a (diff)
start typedefs
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/05/main.c b/05/main.c
index 313487e..23ca650 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,6 +1 @@
-/* +*"hello" */
-/* *"hello"+3 */
-/* 3+4+5 */
-/* 3+=4+=5*=6>>=7 */
-/* "hello"+=7 */
-5*(4<<8)-2-"hello"[3/4]
+typedef int x;