mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
4 lines
119 B
Python
4 lines
119 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
def main(request, response):
|
|
return "PASS" if request.GET.first('x') == 'å' else "FAIL"
|