Skip to content

Instantly share code, notes, and snippets.

View bravikov's full-sized avatar

Dmitry Bravikov bravikov

View GitHub Profile
@kononovarseniy
kononovarseniy / constants.py
Last active January 11, 2022 17:38
Python and C++ constants without duplication
#include "polyglot_const.hpp"
hello = "hello";
#include "polyglot_const.hpp"
world = "world";