Tokenizing input

This commit is contained in:
Rafał Grodziński
2025-05-27 22:38:44 +09:00
parent 838dbbeb03
commit 69bf54a62d
8 changed files with 225 additions and 24 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
cc -std=c++17 -lc++ *.cpp -o brb
cc -g -std=c++17 -lc++ *.cpp -o brb