Skip to content

Commit 1dc7492

Browse files
committed
Changed default language to Python for interview prep.
1 parent e2c8be4 commit 1dc7492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const PROD_POST_URL = 'https://dev.dannyhp.com:8443/execute'
1414
const POST_URL = PROD_POST_URL
1515

1616
// Default settings on page loadup.
17-
const DEFAULT_LANGUAGE = 'java'
17+
const DEFAULT_LANGUAGE = 'python'
1818
const DEFAULT_AUTOCOMPLETE = false
1919
const DEFAULT_PRACTICE = false
2020

@@ -268,4 +268,4 @@ class App extends Component {
268268
}
269269
}
270270

271-
export default App;
271+
export default App;

0 commit comments

Comments
 (0)