mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-10 22:16:31 +08:00
support bazel complie this project and format code.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include<iostream>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
|
||||
int main(){
|
||||
const int *ptr;
|
||||
*ptr=10; //error
|
||||
int main() {
|
||||
const int *ptr;
|
||||
*ptr = 10; // error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user