Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
05.03-digitSeparator0/main.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
// SPDX-License-Identifier: MIT
3
4
int main()
5
{
6
auto x = 2
'000'
000; // #A The probably usual digit separation
7
auto y = 2
'00'
00'00; // #B But we are free
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected