Test post with code

I’m having issues with an import into dev.to, just testing out a post with code snippets.

Having an issue under https://github.com/thepracticaldev/dev.to/issues/3995, just attempting to make sure I can get posts with code to show up under drafts.

1
2
3
4
5
6
7
8
9
public void DoStuff()
{
var x = 5;
var y = 10;

x ^= y;
x ^= y;
x ^= y;
}
Author

Russ Hammett

Posted on

2019-09-20

Updated on

2022-10-13

Licensed under

Comments