▲ | justcuriousab 5 days ago | |||||||
I am trying to run Carbon in Godbolt. Printing as in the example from Carbon's Github repository, does not work. 'Print("Test");' gives a complaint about not finding 'Print'. | ||||||||
▲ | josh11b 4 days ago | parent [-] | |||||||
That is correct. Strings and I/O both have a bunch of work to be done. Printing currently requires workarounds like https://godbolt.org/z/MP4164f7s | ||||||||
|