mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 21:17:11 +00:00
v0.0.1
This commit is contained in:
parent
a2e305c27f
commit
d38d75c9d8
8 changed files with 90 additions and 56 deletions
|
|
@ -9,7 +9,9 @@ namespace info::builtin {
|
|||
|
||||
template<typename T>
|
||||
inline void Print(const T& value) { // only for strings ??
|
||||
std::cout << "\x1b[1;32mOutput:\x1b[0m " << value << '\n';
|
||||
std::cout << "\x1b[1;32mOutput:\x1b[0m ";
|
||||
std::cout << value;
|
||||
std::cout << '\n';
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue